Image Pyramid
Gaussian Pyramid
For each level
- Blur image with an Gaussian filter
- Down sample image
Convolution as matrix multiplication
Laplacian Pyramid
Laplacian Filter =
Compute the difference between upsampled Gaussian pyramid level k+1 and Gaussian pyramid level k.